-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Changelog for new bindings canvas #22886
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 To request another review, post a new comment with "/windsurf-review".
|
|
||
| You can now visualize your Worker’s architecture with the new bindings canvas in the Cloudflare dashboard, making it easier to see and manage how your application connects to Cloudflare resources like [D1 databases](/d1), [Durable Objects](/durable-objects), [KV namespaces](/kv), and [more](/workers/runtime-apis/bindings/). | ||
|
|
||
|  |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The image path src/assets/images/changelog/workers/bindings-canvas.png appears to be using a relative path that starts with src/. This might not resolve correctly in the final rendered documentation. Consider using the correct path format for images in your documentation system.
| title: Explore your Worker’s architecture in the new bindings canvas | ||
| description: You can now explore, manage and add new bindings on your Workers application in the new binding canvas |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's an inconsistency between 'binding canvas' (singular) in the description and 'bindings canvas' (plural) in the title and content. Consider standardizing on one form throughout the document.
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
|
Preview URL: https://8b8b09e7.preview.developers.cloudflare.com Files with changes (up to 15) |
irvinebroque
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Discussed few title ideas - see notes - ✅ so you have it but maybe worth thinking through title
|
|
||
|
|
||
|
|
||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extra whitespace
| * Add and manage bindings directly from the same interface | ||
| * Discover the full range of compute, storage, AI, and media resources you can attach to your Workers application. | ||
|
|
||
| To get started, head to the [Cloudflare dashboard](https://dash.cloudflare.com/?to=/:account/workers-and-pages) and open the **Bindings** tab of any Workers application. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there isn't a way to deeplink here?
src/content/changelog/workers/2025-06-03-workers-bindings-canvas.mdx
Outdated
Show resolved
Hide resolved
* bindings canvas * updated title * Apply suggestions from code review * update URL
Summary
You can now explore, manage and add new bindings on your Workers application in the new binding canvas
Documentation checklist